|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraar.vectorimage.RAGVectorObject
A graphical vector object based on a world object.
| Constructor Summary | |
RAGVectorObject(RAGVectorObjectSource obj)
Constructor. |
|
| Method Summary | |
static RAGVectorObject |
createGVectorObject(RAGVectorObjectSource obj)
Create a graphical vector object based on the world object given. |
java.awt.Color |
getColor()
Return the colour for the object. |
RAGVectorObjectSource |
getObject()
Get underlying object. |
float |
getOpacity()
Return the opacity (0.0F = transparent, 1.0F = opaque). |
java.awt.Shape |
getShape()
Create a shape for the object. |
boolean |
isFilled()
Return whether to fill or draw this object. |
boolean |
isPerceivable()
Return whether the object is perceivable by sensors. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RAGVectorObject(RAGVectorObjectSource obj)
| Method Detail |
public static RAGVectorObject createGVectorObject(RAGVectorObjectSource obj)
public RAGVectorObjectSource getObject()
public java.awt.Shape getShape()
public java.awt.Color getColor()
public boolean isFilled()
public float getOpacity()
public boolean isPerceivable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||